host-interaction/process/inject

add value to global atom table

rule:
  meta:
    name: add value to global atom table
    namespace: host-interaction/process/inject
    authors:
      - "@mr-tz"
    scopes:
      static: function
      dynamic: thread
    references:
      - https://www.fortinet.com/blog/threat-research/atombombing-brand-new-code-injection-technique-for-windows
      - https://github.com/BreakingMalwareResearch/atom-bombing
  features:
    - and:
      - api: AddAtom
      - api: GlobalAddAtom
      - api: GlobalAddAtomEx

last edited: 2023-11-24 10:34:28